func github.com/gotd/td/crypto.sha1Bytes

5 uses

	github.com/gotd/td/crypto (current package)
		temp_keys.go#L9: func sha1Bytes(a, b []byte) []byte {
		temp_keys.go#L38: 	key = append(key, sha1Bytes(nn, sn)...)
		temp_keys.go#L39: 	key = append(key, sha1Bytes(sn, nn)[:12]...)
		temp_keys.go#L42: 	iv = append(iv, sha1Bytes(sn, nn)[12:12+8]...)
		temp_keys.go#L43: 	iv = append(iv, sha1Bytes(nn, nn)...)